package influxdb

Import Path
	github.com/K-Phoen/grabana/alert/queries/influxdb (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files influxdb.go
Package-Level Type Names (total 2)
/* sort by: | */
InfluxDB represents a influxdb query. Builder sdk.AlertQuery func New(ref string, query string, options ...Option) *InfluxDB
Option represents an option that can be used to configure a influxdb query. func Legend(legend string) Option func TimeRange(from time.Duration, to time.Duration) Option func New(ref string, query string, options ...Option) *InfluxDB func github.com/K-Phoen/grabana/alert.WithInfluxDBQuery(ref string, query string, options ...Option) alert.Option
Package-Level Functions (total 3)
Legend sets the legend format.
New creates a new influxdb query.
TimeRange sets the legend format.